+2004-03-11 Dov Grobgeld <dov@imagic.weizmann.ac.il>
+
+ * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
+ call to gtk_text_layout_update_cursor_line() to solve in
+ problem of switching keyboard direction at widget creation:
+ bug #136680
+
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
+2004-03-11 Dov Grobgeld <dov@imagic.weizmann.ac.il>
+
+ * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
+ call to gtk_text_layout_update_cursor_line() to solve in
+ problem of switching keyboard direction at widget creation:
+ bug #136680
+
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
+2004-03-11 Dov Grobgeld <dov@imagic.weizmann.ac.il>
+
+ * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
+ call to gtk_text_layout_update_cursor_line() to solve in
+ problem of switching keyboard direction at widget creation:
+ bug #136680
+
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
+2004-03-11 Dov Grobgeld <dov@imagic.weizmann.ac.il>
+
+ * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
+ call to gtk_text_layout_update_cursor_line() to solve in
+ problem of switching keyboard direction at widget creation:
+ bug #136680
+
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
+2004-03-11 Dov Grobgeld <dov@imagic.weizmann.ac.il>
+
+ * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
+ call to gtk_text_layout_update_cursor_line() to solve in
+ problem of switching keyboard direction at widget creation:
+ bug #136680
+
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
G_CALLBACK (gtk_text_layout_buffer_insert_text), layout);
g_signal_connect_after (layout->buffer, "delete_range",
G_CALLBACK (gtk_text_layout_buffer_delete_range), layout);
+
+ gtk_text_layout_update_cursor_line (layout);
}
}
if (priv->cursor_line == NULL)
return;
-
+
line_data = _gtk_text_line_get_data (priv->cursor_line, layout);
if (line_data)
{